 section.faculty .course-instructor {
     /* align-items: center; */
 }

 section.faculty .edu-course.course-style-3 .content {
     background-color: white;
     transition: 0.3s all;
     border: 1px solid #E2E8F0;
 }

 section.faculty .edu-course.course-style-3 .content:hover {
     margin-top: -10px;
 }
 section.faculty .edu-course.course-style-3 .content:hover + .read-more-btn a:after {
    width: 100%;
    left: 0;

 }
 section.faculty .edu-course.course-style-3 .content p {
     color: #64748B;
     font-size: 14px;
     font-weight: 400;
 }

 section.faculty .course-details-content .course-tab-content {
     margin-bottom: 65px;
 }
 section.faculty .course-tab-content h4:not(.instructions-content .item h4) {
    color: var(--color-primary);
    padding: 8px 0;
    border-bottom: 1px solid var(--color-primary);
    background-color: #FFF7ED;
    width: fit-content;
    margin-bottom: 60px;
    display: inline-block;
    margin-left: 16px;
 }
 section.faculty .course-tab-content h4  + span {
    /* border-bottom: none;
    background-color: transparent; */
    font-size: 15px;
    color: #172554;
 }
 section.faculty .faculty-details{
    background-color: #EFF6FF!important;
    border-radius: 16px;
    border: 1px solid #BFDBFE;
    padding: 25px 20px 20px;
 }
 section.faculty .faculty-details:not(:last-child){
    margin-bottom: 30px;
 }
 section.faculty .faculty-details h4{
    font-weight: 400;
 }
 section.faculty .faculty-details p{
    margin-bottom: 0;
    color: #64748B;
    line-height: 2;

 }

section.faculty .dean-message{
    /* background-color: #E2E8F0; */
    padding: 0px 0 ;

    /* margin-top: 80px; */


}
section.faculty  .dean-message h3{
    font-size: 20px;
    font-weight: 400;
}
section.faculty  .dean-message .container{

    padding: 40px 35px 40px;
    border-radius: 8px;
    position: relative;
    background-color: #EFF6FF;
    border-radius: 16px;
    border: 1px solid #BFDBFE;
}
section.faculty  .dean-message .dean-email{
    padding: 6px 30px;
    width: fit-content;
    border-color: #E2E8F0 !important;
    margin-top: 20px;
}

section.faculty .dean-message-info{
    margin-top: 40px;
}
section.faculty .dean-message .img-holder {
    width: 90px;
    /* height: 90px; */
    border-radius:8px;
    overflow: hidden;
}
section.faculty .dean-message p{
    color: #64748B;

    margin-bottom: 0;
    line-height: 2;
}
section.faculty .dean-message p:nth-of-type(2){
    margin-bottom: 0!important;
    font-weight: 600;
    margin-top: 50px;
}
section.faculty  .dean-message svg{
    position: absolute;
    left: 30px;
    bottom: 20px;
}
 section.faculty .section-title {
     margin-bottom: 25px;
 }
 section.faculty .faculty-dean{
    background-color: #F1F5F9;
    margin-bottom: 80px;

 }
 section.faculty .faculty-dean .row{
    padding: 60px ;
    align-items: center;
 }
 section.faculty .faculty-dean .right-item,section.faculty .faculty-dean .right-item .dean-img,section.faculty .faculty-dean .right-item .dean-img img{
    border-radius:8px;
    height: 320px;
 }
 section.faculty .faculty-dean .right-item .dean-img img{
    object-fit: cover;
 }
 section.faculty .faculty-dean .left-item{
    border-radius: 8px 0 0 8px;
    height: 320px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;

 }

 section.faculty .faculty-dean .dean-img img {
    width: 100%;
 }
 section.faculty .faculty-dean .dean-info p:first-of-type {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 16px;
 }
 section.faculty .faculty-dean .dean-info h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
 }
 section.faculty .faculty-dean ul.contact-instructor {
    padding: 6px 30px;
    width: fit-content;
    border-color: #E2E8F0!important;
    margin-top: 20px;
}
section.faculty .faculty-dean ul.contact-instructor li {
    margin: 0;
}
section.faculty .faculty-dean ul.contact-instructor li a{
    font-size: 15px;
    font-weight: 500;
}
 section.faculty ul.contact-instructor {
     list-style: none;
     column-gap: 30px;
     margin-bottom: 0 !important;
     padding: 8px 0;
     text-align: center;
    border: 1px solid #1c345e;
    font-weight: 500;
    border-radius: 4px;
    background-color: #1c345e;
 }

 section.faculty ul.contact-instructor li, section.faculty ul.contact-instructor li a {
     color: white;
     transition: 0.3s all;
 }

 section.faculty ul.contact-instructor i {
     margin-left: 8px;
 }

 section.faculty ul.contact-instructor li a:hover {
     color: #f98d2b;
 }

 section.faculty .course-instructor {
     position: relative;
     padding: 5%;
     background-color: transparent;
     margin-bottom: 3%;
     flex-direction: column;
 }

section.faculty .edu-course.course-style-3 .read-more-btn a {
    border-radius: 0 0 5px 5px!important;
}

 html[dir="rtl"] .course-instructor .thumbnail {
     width: 100%;
 }

 @media (min-width:768px) and (max-width: 991px) {
     section.faculty .course-details-content .nav-tabs {
         justify-content: center !important;
     }

     section.faculty .course-details-content .nav-tabs .nav-item .nav-link {
         padding: 15px !important;
     }

 }
 @media (max-width:767px) {

 section.faculty .dean-message{
    padding-left: 15px;
    padding-right: 15px;
 }
 }
